home *** CD-ROM | disk | FTP | other *** search
- // %filename% -- dialog
- // Created %date% %time% by AppMaker
-
- #ifndef __U%dlogname%__
- #define __U%dlogname%__
-
- #ifndef __UMacApp__
- #include <UMacApp.h>
- #endif
- #ifndef __UGridView__
- #include <UGridView.h>
- #endif
- #ifndef __UTEView__
- #include <UTEView.h>
- #endif
- #ifndef __UDialog__
- #include <UDialog.h>
- #endif
- #ifndef __UAMLibraryM__
- #include <UAMLibraryM.h>
- #endif
-
- /*----------*/
- class T%dlogname% : public TDialogView {
- public:
- virtual pascal void DoChoice (TView *origView,
- short itsChoice); // override
- #if qInspector
- virtual pascal void Fields (pascal void (*DoToField)
- (StringPtr fieldName,
- Ptr fieldAddr,
- short fieldType,
- void *DoToField_StaticLink),
- void *DoToField_StaticLink); // override
- #endif
- }; /* T%dlogname% */
-
- %for each item gen classDecl%
- /*----------*/
- %if modeless%
- TWindow *New%dlogname% (void);
- %else%
- void Do%dlogname% (void);
- %endif%
-
- /* %unitname% */
- #endif
-